home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / Educational / SciPlot2.0 / SciPlot.app / PlotWindow.nib / data.classes next >
Encoding:
Text File  |  1992-12-26  |  451 b   |  40 lines

  1. PlotWindow = {
  2.     ACTIONS = {
  3.     setwas:;
  4.     test:;
  5.     show:;
  6.     };
  7.     OUTLETS = {
  8.     myWindow;
  9.     theView;
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. FirstResponder = {
  14.     ACTIONS = {
  15.     };
  16.     SUPERCLASS = Object;
  17. };
  18. PlotView = {
  19.     ACTIONS = {
  20.     defCrMode:;
  21.     defExMode:;
  22.     defImMode:;
  23.     defExBuf:;
  24.     };
  25.     OUTLETS = {
  26.     imMode;
  27.     exMode;
  28.     comChar;
  29.     exportView;
  30.     importView;
  31.     theWindow;
  32.     XCol;
  33.     exBuf;
  34.     exCrLf;
  35.     EComDis;
  36.     ComDis;
  37.     };
  38.     SUPERCLASS = View;
  39. };
  40.